projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97f4ff9
)
Include winsock2.h and ws2tcpip.h instead of winsock.h.
author
Jason Rumney
<jasonr@gnu.org>
Sat, 14 Jul 2007 23:03:23 +0000
(23:03 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sat, 14 Jul 2007 23:03:23 +0000
(23:03 +0000)
nt/inc/sys/socket.h
patch
|
blob
|
history
diff --git
a/nt/inc/sys/socket.h
b/nt/inc/sys/socket.h
index 0923dd9246bc0dd9f1c4b3bcd39c503de69863c3..2e52c74691e16528f908b2d474fb9a498d0dee86 100644
(file)
--- a/
nt/inc/sys/socket.h
+++ b/
nt/inc/sys/socket.h
@@
-51,7
+51,8
@@
Boston, MA 02110-1301, USA. */
#define timeval ws_timeval
#endif
-#include <winsock.h>
+#include <winsock2.h>
+#include <ws2tcpip.h>
/* redefine select to reference our version */
#ifdef MUST_REDEF_SELECT